C1.Web.Mvc Namespace / BatchOperatingData<T> Class / ItemsUpdated Property

In This Topic
ItemsUpdated Property
In This Topic
The items being updated.
Syntax
'Declaration
 
<JsonConverterAttribute(C1.Web.Mvc.Serialization.PascalCaseJsonConverter)>
Public Property ItemsUpdated As IList(Of T)
 
See Also